net.sockaddr.isWildcard (method)
5 uses
	net (current package)
		ipsock_posix.go#L142: 	if mode == "listen" && (laddr == nil || laddr.isWildcard()) {
		ipsock_posix.go#L162: 		if mode == "dial" && raddr.isWildcard() {
		sockaddr_posix.go#L24: 	isWildcard() bool
		unixsock_posix.go#L31: 		if laddr != nil && laddr.isWildcard() {
		unixsock_posix.go#L34: 		if raddr != nil && raddr.isWildcard() {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |